Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/index.html
414 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Crash Loader</title>
<link rel="styleshee
preview.gif /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/preview.gif
123 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/script.js
199 Views
0 Comments
var path = document.querySelector("path");
var length = path.getTotalLength();
// create timeline
var timeline = new TimelineMax
style.css /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/style.css
149 Views
0 Comments
body{
margin:0;
background:#222;
}
svg{
width:100%;
height:100%;
position:fixed;